intermediate adj. 中间的,居间的。 The intermediate class (船的)特别三等。 An intermediate compound 中间化合物;中间体。 n. 中间物;中间分子,中间人;【化学】中间体;期中考试;中间试验。 vi. 起调解作用;起媒介作用 (between)。 Intermediate culture 补植。 Intermediate elements 中间分子。 adv. -ly 在中间。 -ness, -diacy n. 调解。
code n. 1.法典;法规。 2.规则,准则;(社会、阶级等的)惯例,习俗,制度。 3.(电)码,代码,密码,暗码;代号,略号,暗号。 4.【生物学】遗传(密)码。 the civil [criminal] code民[刑]法典。 the moral code道德准则。 code of signals 信号密码(本)。 code of the school 校规。 code and conventions 规章制度。 C- Napoléon 拿破仑法典。 C- of Hammurabi (古代巴比伦的)汉穆拉比法典。 code of honour 社会礼法;决斗惯例。 code of written law 成文法典。 the International Code 国际电码。 the Morse code 摩尔斯电码。 vt. 1.把…编成法典[法规]。 2.把…译成[编成]电码;编(码);译(码)。 n. -r 【自动化】编码装置;【电讯】记发器。
A more sophisticated technique is to generate intermediate code in such a way that the global data doesn t get mangled 一种更为复杂的技术是以全局数据不被破坏的方式生成中间代码。
The recovery program using it can translate different switch structures into intermediate code in the same form 恢复程序可以根据这些信息将不同开关结构转换成统一格式的中间代码形式。
The compiler can store this directive in its symbol table and use it during the intermediate code generation phase 编译器可以将这个指示符存储在它的符号表中,并在中间代码生成阶段使用这个指示符。
An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code 在语法分析、语义分析及中间代码生成方面,先经过语法分析建立抽象语法树,然后对抽象语法树进行三次遍历完成语义分析并生成中间代码。
After all the fun of chapter 6 , chapter 7 describes how imcc , the intermediate code compiler , can simplify much of the work involved in programming in parrot assembly 在第6章的有趣内容之后,第7章描述了imcc (中间码编译器, intermediate code compiler )如何可以简化parrot汇编编程中的大部分工作。
Based on comprehensively considering the specific features of monitoring configuration software ' s applying , a configuration language - c2000 language is designed , whose compiler and development environment are then fulfilled . the designing , syntax analysis , semantic analysis and intermediate code generating of c2000 are deeply discussed . a virtual machine is also presented and implemented to support the executing of the intermediate code 论文对组态软件中的用户编程接口进行了研究,在充分考虑了监控组态软件的行业应用特点的基础上,设计了一种组态语言? ? c2000语言,对其编译器及开发环境的实现方案进行了详细论述;并对语言设计、语法分析、语义分析,以及中间代码生成和用来对中间代码解释执行的虚拟机等进行了深入的讨论,详细论述了各语法成分的实现,总结了对源程序中错误处理的方法。
The intermediate code created by the compiler is very compact and is propitious read by the running system because the paper uses reverse polish representations , hi the simulative running system , the paper uses the hardware plc principles and the oo method to white the running program 中间代码采取了逆波兰表示法,这使得生成的代码比较紧凑,且有利于运行程序的读取。在模拟运行部分,本文利用硬plc循环扫描的工作原理,结合pc环境下的特点,用面向对象的方式编写出了模拟运行程序。
As ' to the front end , this thesis does n ' t use the method of syntax directed semantic analysis . instead , it arranges syntax analysis and semantic analysis into different stages in virtue of the equal description of source program . as to the back end , it selects the scheme that a virtual machine executes the intermediate code through interpreting 在对语言编译器即语言实现方面的研究中,论文总结了编译器的一般模型,并针对其前端和后端分别选择了合适的实现方案:前端没有采用语法制导的语义分析,而是通过对源程序等价表述的引入将语法分析和语义分析安排到不同阶段进行;后端选择了用虚拟机对中间代码解释执行的实现方案。
First , the paper researches the format and semantic features of iso apt in detail , next , applies regular expression to describe the definition of apt ’ s tokens and uses context - free grammar to describe apt ’ s syntax rules , last , designs the intermediate code format which keeps on the source code semantic and designs a complete module to check lexical and syntax errors of nc code by using modern compiling techniques 在代码预处理技术方面,详细研究了标准数控代码语言的格式和语义并采用现代编译技术中的正则表达式和上下文无关文法分别描述了标准数控代码语言的记号定义和语法结构定义;设计了保持源代码语义的中间标准数控代码格式,在此基础上,设计并构建了数控代码的词法和语法检查模块。